101 Container for objects. Encapsulator can contain nodes or other encapsulators. Nodes and encapsulators have relationship. Objects are related as owner and subobject.It can also have attributes. Encapsulator can inherit properties ofsubobjects and their exported attributes.
102 Transition command used to move control flow to next activity node
103 Interface transition command used to move control flow between two activity nodes.
104 Caligari Corp.
105 Enter object Decription here ...
106 Activity node. Generates values in defined time intervals. Generator is activated or deactivated by RcTimer command.
107 System snapshot before shutdown
108 A root encapsulator of tS7 graph. Kernel encapsulator does not have owner. Kernel encapsulator with all subobjects represents whole tS7 context. Only one kernel node can be in ts7 context.
109 Node dummy representation for unknown nodes. It does not implement any functionality except the storage for attributes.
110 Kusnier Martin, Caligari Corp.
111 Invokes undo functionality for previous command in command history.
112 Invokes Redo functionality for next command in the command history.
113 Display a list of all available commands to debug view and Rosetta.log file
114 Simple node state undo-redo helper command for graph nodes that can save their state into variant.
116 Executes script command defined in the file.
117 Activate or deactivate timer generator in RnTimerNode
118 Save the actual context to defualt.ctx file and exit tS7
119 Compound command. Execute several commands in one instance.
120 Imports package to tS7. Registers and verifies commands, nodes, dataobjects, named items and global attributes of imported package in tS7. Once the object is registered it can be used anywhere in the program.
121 Creates a root node of tS7 Graph and set is as active. The previous root with subgraph is not destroyed, but only detached from entry point.
122 Force or disable caching the values in attributes for the whole context.
123 Master thread synchronization command for tool manager.
124 Interface thread synchronization command for tool manager.
125 System event command. Informs the runner module about following states in tS7: \n SYS_STATE_INIT event is sent when tS7 system enters initialization process \n SYS_STATE_READY event is sent when tS7 system is initialized and ready for user requests. \n SYS_STATE_FINISH event is sent when tS7 system is in shutdown state. \n SYS_STATE_RESET events is sent when system is about to reinitializing.
126 Reset to default context command. Reinitializes the whole tS7 system while libraries are maintained.
127 Command dummy representation for unknown commands in graph. It does not implement any functionality except the storage for attributes.
128 Command working with command history. Depend on parameter it loads, saves or clear history.
129 Helper command used to switch to master thread.
130 Tomas Bujnak, Caligari Corp.
131 Helper command used to switch to interface thread.
250 Undo/redo compound command with script command formatting & overriding.